From: Paul Eggert Date: Sat, 30 Apr 2011 07:38:26 +0000 (-0700) Subject: * config.nt: Simplify test to 1400 <= _MSC_VER. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3911^2~28 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=41187e6548c967ec41fbf9ccc6e36a572b5dc218;p=emacs.git * config.nt: Simplify test to 1400 <= _MSC_VER. --- diff --git a/nt/config.nt b/nt/config.nt index f46868cd6ea..7765919638f 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -470,8 +470,7 @@ extern char *getenv (); #define BITS_PER_LONG 32 #endif -#if (defined __MINGW32__ \ - || 1400 <= _MSC_VER || (1310 <= _MSC_VER && defined _MSC_EXTENSIONS)) +#if defined __MINGW32__ || 1400 <= _MSC_VER /* C99-style long long and "%lld" both work, so use them. */ # define BITS_PER_LONG_LONG 64 #elif 1200 <= _MSC_VER